Microsoft DirectX 8.1 (C++)

VfwCompressDialogs Enumeration

Specifies a dialog box that might exist in a Video for Windows compression (codec) driver.

Syntax

typedef enum {
    VfwCompressDialog_Config = 1,
    VfwCompressDialog_About = 2,
    VfwCompressDialog_QueryConfig = 4,
    VfwCompressDialog_QueryAbout = 8
} VfwCompressDialogs;

Elements

VfwCompressDialog_Config

Configure dialog box.

VfwCompressDialog_About

About dialog box.

VfwCompressDialog_QueryConfig

Specifies whether the Configure dialog box is available.

VfwCompressDialog_QueryAbout

Specifies whether the About dialog box is available.

Remarks

The IAMVfwCompressDialogs interface uses this enumerated data type.